6 #ifndef __MBIM_INDICATOR_H__
7 #define __MBIM_INDICATOR_H__
28 uint8_t* deviceServiceId,
30 uint8_t* informationBuffer,
31 uint32_t informationBufferLength,
32 void* pIndicationCallbackContext
87 #endif //__MBIM_INDICATION_H__
void(* MBIM_INDICATION_CALLBACK)(uint8_t *deviceServiceId, uint32_t cid, uint8_t *informationBuffer, uint32_t informationBufferLength, void *pIndicationCallbackContext)
Definition: MbimIndicator.h:27
void * pIndicationCallbackContext
Definition: MbimIndicator.h:64
struct MbimIndicator MbimIndicator
Definition: MbimIndicator.h:58
void MbimIndicator_Initialize(MbimIndicator *pThis, MBIM_INDICATION_CALLBACK pIndicationCallback, void *pIndicationCallbackContext)
MBIM_INDICATION_CALLBACK pIndicationCallback
Definition: MbimIndicator.h:63
struct MbimIndicator * pPrev
Definition: MbimIndicator.h:60
struct MbimIndicator * pNext
Definition: MbimIndicator.h:61